home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-28 | 520 b | 26 lines | [TEXT/KAHL] |
- // main.h
-
- #define ksizelong 0
- #define ksizeint 1
- #define ksizebyte 2
-
- #define kfindselect 0
- #define kfindinterrupt 1
-
- typedef struct {
- int expertoptions, shouldpatchbutt;
- } preftype;
-
- typedef struct { // how shortcuts are saved in a resource
- long offset, newval;
- int datasize;
- Str255 title, comment;
- } shortcut;
-
- extern preftype prefs;
- extern char scratch[257];
- extern int gvalsize, ghowfind, shouldclearup;
- extern Ptr *gposs;
- extern long gcurposs, gmaxposs, gnumcuts;
- extern shortcut **cut;
- extern int timeToQuit;